]> git.r.bdr.sh - rbdr/captura/blobdiff - Captura/Core Extensions/Notification+AppEvents.swift
Complete initial release
[rbdr/captura] / Captura / Core Extensions / Notification+AppEvents.swift
index 809c00ed19ca88ee5e1c583d8160c8ca7cb2b8b6..0a0f820dde0a70402baaf8054611dcb99e78d06a 100644 (file)
@@ -6,4 +6,7 @@ extension Notification.Name {
   static let stopRecording = Notification.Name("stopRecording")
   static let finalizeRecording = Notification.Name("finalizeRecording")
   static let reset = Notification.Name("reset")
+  static let failedToStart = Notification.Name("failedToStart")
+  static let receivedFrame = Notification.Name("receivedFrame")
+  static let failedtoUpload = Notification.Name("failedToUpload")
 }